go/types.TypeParam.id (field)
5 uses
go/types (current package)
typeparam.go#L27: id uint64 // unique id, for debugging only
typeparam.go#L51: typ := &TypeParam{check: check, id: id, obj: obj, index: -1, bound: constraint}
typestring.go#L322: w.string(subscript(t.id))
unify.go#L181: func (s typeParamsById) Less(i, j int) bool { return s[i].id < s[j].id }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)